home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 May
/
Software of the Month Club 1996 May.iso
/
mac
/
ISO9660
/
ZIPFILES
/
PLNETM.ZIP
/
INSTALL.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-01-22
|
377 b
|
23 lines
@ECHO OFF
Cls
If "%1"=="" Goto Fehler
ECHO Creating Directory %1\Planets
md %1\Planets
Copy Planets.exe %1\Planets
Copy Location.cfg %1\Planets
Copy *.txt %1\Planets
Copy *.dbf %1\Planets
Copy *.diz %1\Planets
Copy *.key %1\Planets
Copy *.dat %1\Planets
%1
cd \Planets
Cls
Planets
Goto Ende
:Fehler
Echo Please type Install c: or Install d:
:Ende